home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / painter_madness.swf / scripts / DefineButton2_244 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2006-06-13  |  118 b   |  8 lines

  1. on(press){
  2.    if(_root.ignoreUser)
  3.    {
  4.       return undefined;
  5.    }
  6.    getURL(_root.MoreGamesURL,"_blank");
  7. }
  8.